home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GFX Sensations 1
/
Graphic Sensations - Volume 1.iso
/
tools
/
amiga
/
3d_tools
/
rend10.lzh
/
REND1.0
/
Include
/
errors.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-08
|
155 b
|
11 lines
#ifndef ERRORS_H
#define ERRORS_H
/* Global error definitions. */
#define SUCCESS 0
#define OPEN_VIEW_FAILURE 5
#define MEM_ALLOC_FAILURE 6
#endif